The answer to the first question is yes, since $L$ is either the empty string or of the form $(st)$. For all $s \in L'$, there is $t \in L$, such that $t = (s)$. Hence $t$ can not be the empty string, $t = (uw)$ where $u,w \in L$, therefore $s = uw$.
For the second question, we have $(s) = (tu)$ for some $t, u \in L$, given that $s \
otin L$, both $t$ and $u$ are not empty, and both $t$ and $u$ contains outermost parenthesis. Now you just need to argue that for all $x \in L$, the number of left and right bracket must be the same, and show that for non-empty $t,u,t',u' \in L$, such that $tu = t'u'$, then $t=t', u=u'$.