All variables that are outside sos operators are assumed to be parametric variables
G1 and G2 involve x, hence x is declared parametric, and thus you have no variables over which you perform the sos
This
is a nasty fractional nonlinear constraint. To begin with it has to non-rationalized
-2*(c0x+1)<=c1x <=2*(c0x+1)
and then those conditions have to be replaced with sos
Same with G1 and G2. Somehow you want to get an SOS from those. However, the tuff you have make no sense. alpha has a zero (2,2) diagonal, so why both with a 33 matrix which by construction is singular. You can just as well work with [(c0x+1)*x'*P*x-s1*(gamma-x'*P*x) P*((c0x+1)*A*x+(B*x+b)*c1x); P*((c0x+1)*A*x+(B*x+b)*c1x) ceta]. I guess you mean you want that matrix to be matrix-sos However, you will not be able to solve this, as you have products between parametric variables (P and parameters in qx etc).
There is a lot more to solving this than simply stating the equations. Without a pretty detailed heuristic approach to attack this, you will not be able to solve this as it leads to a nonconvex SDP for which there are no solvers