The Unique Existential Quantifier states that there exists a unique $x$ which holds for a $P(x)$.
I came up with
$$\exists x\;p(x)\land\neg\exists y\;p(y)\land x\ne y\;.$$
How is this different than the one on Wikipedia which has it as
$$\exists x\Big(p(x)\land\neg\exists y\;p(y)\Big)\land x\ne y\;.$$
My question is how the parenthesis impacts the statement.
Look up the distinction between a formula and a sentence.
Well, first of all, your statement is ambiguous: do you mean $$(\exists x [p(x)])\wedge (\neg\exists y[p(y)\wedge x\not=y])$$ or $$\exists x[p(x)\wedge \neg\exists y[p(y)\wedge x\not=y]]?$$ The latter is correct; the former doesn't really make sense, because $x$ appears unbound in the second clause (we need every instance of $x$ to occur within the scope of some quantifier on $x$).
However, your "wikipedia formulation" also suffers from this problem!
Luckily, this isn't actually how it's formalized on wikipedia: Uniqueness Quantification gives the same version I wrote above (the first expression in section 2), as well as the alternate formulation $$\exists x[p(x)]\wedge \forall y\forall z[(p(y)\wedge p(z))\implies y=z]$$ (the third expression in that subsection).