If you lose your visual editor and have wordpress installed in a sub-directory, then apply this fix:
Open simple-countdown-timer.php
Look for:
$url = get_bloginfo('url')."/wp-content/plugins/simple-countdown-timer/tinymce/sctplugin.js";
Change "get_bloginfo('url'" to "get_bloginfo('wpurl')"
Then it will work!
Bob