If you have some knowledge in XTML you might be able to fix it:
First of all, make a copy before you mess with the docx to be on the safe side

If the open/Repair function of Word doesn't fix it, rename it (docx is effectively a ZIP file)
pull out the document.xml and open it with an editor...most likely some of the xml tags need to be balanced ( = open tag must match closing tag). Once you're done, replace the one inside the ZIP with the edited one, rename it back to docx and hopefully you're back in the game
-DG