First off - I like this idea, but I don't like either of the options you put forth.
There's definitely room for improvement in the current system. But not by creating more bureaucracy, and not by making the current process - which is difficult in part to reduce the danger inherent in the task - more dangerous.
A philosophy of voting: privacy and freedom
I want to emphasize that normal votes are private on Stack Exchange. This isn't an accident, or something we're cavalier about - it is important that anyone is able to vote according to their conscience, to rate each post according to how helpful they honestly feel it is to themselves or others... and to do that, they must be protected from external pressure to vote a certain way.
Normal users, and even moderators, cannot see who has voted on a particular post, or see where a given user has cast their votes. Even developers have to go well out of their way to find out who has voted on their own posts (developers and some employees do have access to the databases in order to do their jobs, so it's not really practical to block this information entirely... But that doesn't mean we have to make it too tempting to abuse).
While it is possible, in very limited circumstances, to make an educated guess at who voted, this is information we're obligated to protect.
All that being said, there are situations where it is necessary to remove votes that we have strong reason to believe were not cast in good faith:
A definition for voting fraud and abuse
The history of tracking and reacting to unusual voting patterns on Stack Exchange goes back to late '08:
I was pleasantly surprised to find that the vast, vast majority of Stack Overflow users do not engage in revenge downvoting. Unfortunately, for those users that do, the pattern was quite clear.
...
While working on this code, I also realized that we should be checking for the inverse of this behavior — unusual upvote patterns. To game the reputation system, unscrupulous users might create alternate user accounts that vote up their main account.
Over the next few months, this system was refined into a script that periodically checks for, and reverts abusive and fraudulent voting. And along with it, the core philosophy of voting moderation:
it will always be easier to earn reputation legitimately — by asking good questions and providing great answers — than by gaming the system.
The score of a given post should always reflect the number of members - real people - who've found it useful. Revenge voting, sockpuppet voting, and meat puppet voting all hurt that - and often worse than their actual impact on post ranking is the effect they have on the perception of post score. After all, why waste time writing a good, detailed answer when someone else can dash off something - anything - and get a larger reward for their (lack of) efforts?
We've never stopped improving the automated tools for detecting abuse, but sooner or later you have to face up to the realization that - like all moderation of human activity - doing it effectively requires some human input.
The only safe way to moderate voting is to moderate patterns, not votes

Dealing with voting fraud then, is a constant balancing act between keeping individual votes confidential, and allowing trusted members enough oversight to catch and correct anomalies. As Anna notes, only broad patterns - which must involve a significant number of votes - are exposed, even to moderators. This goes a long way toward preventing abuse - but it also obscures certain information necessary to properly evaluate some voting patterns.
The actual mechanisms for resolving anomalies are the easy part - as you note, moderators can easily delete or merge sockpuppets to handle blatant abuse (with merging strongly discouraged except when it is a certainty that both accounts belong to the same person).
Vote invalidation is technically simple as well, but isn't currently available to moderators for one reason: it is intended for situations (like revenge down-voting) where there's a pretty good chance the accounts are legitimate. And if the accounts are legitimate, there's a decent chance the votes are too - even if the patterns look a bit suspicious. The fraud script - by far the largest vote invalidator - has access to sufficient information to distinguish between, say, a naive meatpuppet and top users. Well, most of the time. Being a bot makes him free from temptation, but also more than a bit stupid.
Non-solutions and arcane magic
Adding more logging and sanity-checking after the votes have already been invalidated, users messaged, accounts suspended... Doesn't really solve anything. Indeed, it stands a good chance of catching more people in the crosshairs, upsetting innocent users, and creating more work for everyone involved. Adding more signoffs without also adding more information similarly creates more work - and also a false sense of security. If you're unsure about a given situation, nothing stops you from asking for another set of eyes right now - if you're not already doing that, forcing you to probably won't help.
If there's a solution to be found here, it will be in making the script - that cold, incorruptible robot that everyone loves to hate and hates to love - do more work for you. In other words, rather than us signing off on the patterns you detect, or you signing off on the patterns that you detect, have you signing off on patterns the machine detects.