Had the same problem, but it is easy to fix.
Open tool.php, go to line 383.
BEFORE
<script type='text/javascript' src='<? echo WB_URL."/modules/amasp/"; ?>js/amasp.js'></script>
AFTER
<script type='text/javascript' src='<?php echo WB_URL."/modules/amasp/"; ?>js/amasp.js'></script>
Goto line 384.
BEFORE
<?
AFTER
<?php
That's it.
Edit: New (fixed) version 0.3.2 is available at AMASP now.
http://www.websitebakers.com/pages/admin/admin-tools/amasp-control.php