the code added to the page for the twitter share button will look like:
<div id="custom-tweet-button"> <a href="http://twitter.com/share?url=<?php echo urlencode('http://www.mycompany.com'); ?>" target="_blank" title="Tweet"></a> </div>
you can edit that code to add your twitter account to the end:
<div id="custom-tweet-button"> <a href="http://twitter.com/share?url=<?php echo urlencode('http://www.mycompany.com/@mycompany'); ?>" target="_blank" title="Tweet"></a> </div>