Yet another answer, with more general applicablity:
For any polynomial $p(x)=a_n x^n + a_{n-1}x^{n-1}+\cdots+a_1 x +a_0$, with roots $x_1,x_2,\ldots,x_n$, the sum of the roots is given by $x_1+x_2+\ldots+x_n=-\frac{a_{n-1}}{a_n}$.
This is because $p(x)=a_n(x-x_1)(x-x_2)\cdots(x-x_n)$, and you can work out from there that the coefficient of $x^{n-1}$ is minus the sum of the roots, times the $a_n$ prefactor. (Notice it's also easy to get the product of the roots, as well as the sum of products of any fixed number of terms from $1$ to $n$).
In your case you're looking at the root of the polynomial $p(x)=x^n-1$, so $a_n=1,a_0=-1$ and $a_k=0$ for other $k$. In particular, unless $k=1$, you have $a_{n-1}=0$ so the sum of the roots is zero.