You'll have to add the column in every template. Just copy the column next to it only put in your own 'stuff'. For instance, for the column headers:
HTML Code:
<td class="thead" >Your Column Title</td>
However, you are going to run into problems with this line:
HTML Code:
<td class="tcat" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>">
You will have to make sure to change that whenever you see it to something like this:
HTML Code:
<td class="tcat" colspan="<if condition="$vboptions[showmoderatorcolumn]">7<else />6</if>">