Background
Let $P$ be a polynomial of degree $n>0$ with coefficients in $\mathbb{C}$. By the Fundamental Theorem of Algebra, for any complex $y$, there exist $n$ complex numbers $z$ such that $P(z)=y$ (possibly with multiplicity). So, we can consider $P$ to be a sort of "$n$-injective" function, in that, for each output, there exist $n$ inputs that give that output.
Question
We can assign each complex $c$ with a "degree" $\mu(z)\leq n$ in accordance with the multiplicity of the root $z=c$ in the polynomial $P(z)-P(c)$.
Does there exist a (almost) partition of $\mathbb{C}$ into $n$ Borel sets such that:the polynomial $P$ is bijective from each set to $\mathbb{C}$ and each complex number $z$ appears in exactly $\mu(z)$ of the sets? This would almost be a partition since, for almost all $z$, $\mu(z)=1$ (in fact, $\mu(z)\neq 1$ only for a finite number of $z$ as that would require $P'(z)=0$).
I've chosen Borel as the qualifier as, as far as I can tell, it's the best way to define a "nice set" - obviously if the quantifier is taken away the problem is true - but I'm not sure if I'm using it properly.
Progress
The statement is trivially true if $n=1$ (all non-constant linear polynomials are bijective, so one can simply take the set to be $\mathbb{C}$). If $n=2$, the polynomial can be completed into $P(z)=a\left((z-b)^2+c\right)$ for some complex $a,b,c$, so we can choose our sets to be, if $b=x+iy$ where $x,y\in\mathbb{R}$,
The half-plane above $\Im(z)=y$ and the ray $\Re(z)\geq x, \Im(z)=y$
The half-plane below $\Im(z)=-y$ and the ray $\Re(z)\leq x, \Im(z)=y$.
However, this is all based on the fact that, as functions, all quadratic polynomials act like $z^2$. So this sort of thing is, as far as I can see, not readily generalizable to $n>2$.
Is this a known problem (and if so, where can I read more about it)? Am I missing something simple?