The finished plugin is in the attachment. I've made it simple, without various configurations and admin pages. Simply install it and you are done. However, if you don't see the captcha at any of the pages, insert it manually by using these functions:
<?php
simplecaptcha_form_register(); // register page
simplecaptcha_form_contact(); // contact page
simplecaptcha_form_comments(); // add comment page
?>
The plugin is also translatable, see the template.pot file in languages folder.
Regards.